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-01-22 12:32Notes
{
"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-01-22T12:32:55+00:00",
"generator": {
"date": "2026-01-22T12:32:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"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-01-22T12:32:55+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:0327
Vulnerability from csaf_redhat - Published: 2026-01-15 15:33 - Updated: 2026-01-22 12:32Notes
{
"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-01-22T12:32:54+00:00",
"generator": {
"date": "2026-01-22T12:32:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"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-01-22T12:32:54+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:0425
Vulnerability from csaf_redhat - Published: 2026-01-12 03:43 - Updated: 2026-01-22 16:43Notes
{
"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-01-22T16:43:51+00:00",
"generator": {
"date": "2026-01-22T16:43:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"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-01-22T16:43:51+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"
}
]
}
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"
}
]
}
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-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"
}
]
}
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.